home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFWB_GRUPA / TFWB_GRUPA.txt
Text File  |  2002-03-27  |  2KB  |  72 lines

  1. object fwb_grupa: Tfwb_grupa
  2.   Left = 384
  3.   Top = 305
  4.   BorderStyle = bsSingle
  5.   Caption = 'Wybierz grup'#281
  6.   ClientHeight = 223
  7.   ClientWidth = 216
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bWybierz: TButton
  20.     Left = 16
  21.     Top = 192
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&Wybierz'
  25.     TabOrder = 0
  26.     OnClick = bWybierzClick
  27.   end
  28.   object bRezygnuj: TButton
  29.     Left = 120
  30.     Top = 192
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = '&Rezygnuj'
  35.     TabOrder = 1
  36.     OnClick = bRezygnujClick
  37.   end
  38.   object dbg: TDBGrid
  39.     Left = 0
  40.     Top = 0
  41.     Width = 216
  42.     Height = 153
  43.     Align = alTop
  44.     DataSource = ds
  45.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  46.     TabOrder = 2
  47.     TitleFont.Charset = DEFAULT_CHARSET
  48.     TitleFont.Color = clWindowText
  49.     TitleFont.Height = -11
  50.     TitleFont.Name = 'MS Sans Serif'
  51.     TitleFont.Style = []
  52.     Columns = <
  53.       item
  54.         Expanded = False
  55.         FieldName = 'nazwa'
  56.         Visible = True
  57.       end>
  58.   end
  59.   object eSzukaj: TEdit
  60.     Left = 24
  61.     Top = 160
  62.     Width = 161
  63.     Height = 21
  64.     TabOrder = 3
  65.     OnChange = eSzukajChange
  66.   end
  67.   object ds: TDataSource
  68.     Left = 24
  69.     Top = 72
  70.   end
  71. end
  72.